[Apache] How to rewrite url to multiple query parameters?

Posted by vbklv on Stack Overflow See other posts from Stack Overflow or by vbklv
Published on 2010-04-27T10:42:32Z Indexed on 2010/04/27 10:43 UTC
Read the original article Hit count: 274

Filed under:
|
|
|
|

How to rewrite a url like:

http://domain.com/class/method/parameter1/parameter2/.../parameterN

to

http://domain.com/index.php?c=class&m=method&p1=parameter1&...&pN=parameterN

The main idea is to create the possibility of using unlimited number of query parameters.

Thanks.

© Stack Overflow or respective owner

Related posts about apache

Related posts about rewrite